-
Notifications
You must be signed in to change notification settings - Fork 133
Update python min version to 3.9 #1043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I think we also want to bump our pyo3 dependency's feature flag |
|
@timsaucer i changed pyo3's dependency feature flag from
i couldnt find a concrete way to do this in the pyo3 docs. |
|
No worries. This looks good to me. |
…ther changes will come in apache#1043 that is soon to be merged.
|
@kevinjqliu Are you good to merge this or is there more you want to do? |
|
@timsaucer nope this LGTM. I double check the changes in |
* Run python tests on all currently supported python versions * Update ruff checks to select all * Ruff auto fix * Applying ruff suggestions * noqa rules updates per ruff checks * Working through more ruff suggestions * Working through more ruff suggestions * update timestamps on tests * More ruff updates * More ruff updates * Instead of importing udf static functions as variables, import * More ruff formatting suggestions * more ruff formatting suggestions * More ruff formatting * More ruff formatting * Cut off lint errors for this PR * Working through more ruff checks and disabling a bunch for now * Address CI difference from local ruff * UDWF isn't a proper abstract base class right now since users can opt in to all methods * Update pre-commit to match the version of ruff used in CI * To enable testing in python 3.9 we need numpy. Also going to the current minimal supported version * Update min requried version of python to 3.9 in pyproject.toml. The other changes will come in #1043 that is soon to be merged. * Suppress UP035 * ruff format
Which issue does this PR close?
Closes #1042
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?